• Hey, guest user. Hope you're enjoying NeoGAF! Have you considered registering for an account? Come join us and add your take to the daily discourse.

Tom Clancy's The Division |OT2| The Wolves of Wall Street

Status
Not open for further replies.

Tecnniqe

Banned
Incursion fight details


Intro Phase One: Slow Emitter + Spawn Adds(NPCs)
Intro Phase Two: Cone Attack + Slow Emitter
Intro Phase Three: Expose Weakpoint
Intro Phase Four: Bombardments + Spawn Adds(NPCs)
Intro Phase Five: Cone Attack + Slow Emitter
Intro Phase Six: Minigun + Exposed Weakpoint
Intro Phase Nine: Spawn Adds(Repair Drones) + Exposed Weakpoint
Main Phase One: Cone Attack + Slow Emitter
Main Phase Two: MiniGun + Exposed Weakpoint
Main Phase Three: Spawn Adds(NPCs) + Bombardment
Main Phase Five: Spawn Adds(Repair Drones) + Expose Weakpoint + Spawn Adds(NPCs)
---TargetPoint CoolingSystem
End Phase One
 

Kadin

Member
Incursion fight details


Intro Phase One: Slow Emitter + Spawn Adds(NPCs)
Intro Phase Two: Cone Attack + Slow Emitter
Intro Phase Three: Expose Weakpoint
Intro Phase Four: Bombardments + Spawn Adds(NPCs)
Intro Phase Five: Cone Attack + Slow Emitter
Intro Phase Six: Minigun + Exposed Weakpoint
Intro Phase Nine: Spawn Adds(Repair Drones) + Exposed Weakpoint
Main Phase One: Cone Attack + Slow Emitter
Main Phase Two: MiniGun + Exposed Weakpoint
Main Phase Three: Spawn Adds(NPCs) + Bombardment
Main Phase Five: Spawn Adds(Repair Drones) + Expose Weakpoint + Spawn Adds(NPCs)
---TargetPoint CoolingSystem
End Phase One
So yeah I quickly looked at that and then realized I didn't want to read any more. This kind of stuff I want to see when I first play. But I can appreciate it for other people.

And yeah I'm trying not to look while writing out this reply since the spoiler tag doesn't work when replying... grrrr

Currently at 58% armor and 40% crit
If you do a lot of DZ, I'd say boost that armor first. But yeah I'd either do that or bump up crit chance especially if you're using an SMG which greatly benefits from it.

We're not getting daily resets for today as well? What happened.
http://divisionfieldguide.com/post/2016/04/why-no-dailies-massive/
 

Tecnniqe

Banned
Battleground PvP:

BattlegroundSettings myBattlegroundSettings
{
myBgSetupTime 60.0
myBgMaxTime 1200.0
myBgShutdownTime 30.0
myBgRespawnTime 30.0
myMaximumCaptureValue 50
myScoreCalculationInterval 1.0
myControlBonusMultiplier 2
myVacantTeamCaptureBonusMultiplier 2
myWinningScore 1000
}

Probably just leftover. Who knows :)
 

Klyka

Banned
Incursion fight details


Intro Phase One: Slow Emitter + Spawn Adds(NPCs)
Intro Phase Two: Cone Attack + Slow Emitter
Intro Phase Three: Expose Weakpoint
Intro Phase Four: Bombardments + Spawn Adds(NPCs)
Intro Phase Five: Cone Attack + Slow Emitter
Intro Phase Six: Minigun + Exposed Weakpoint
Intro Phase Nine: Spawn Adds(Repair Drones) + Exposed Weakpoint
Main Phase One: Cone Attack + Slow Emitter
Main Phase Two: MiniGun + Exposed Weakpoint
Main Phase Three: Spawn Adds(NPCs) + Bombardment
Main Phase Five: Spawn Adds(Repair Drones) + Expose Weakpoint + Spawn Adds(NPCs)
---TargetPoint CoolingSystem
End Phase One

Where you getting this from?
 

Tecnniqe

Banned
Someone say LOOT?

lEKY6RS.png
 

EL CUCO

Member
If you do a lot of DZ, I'd say boost that armor first. But yeah I'd either do that or bump up crit chance especially if you're using an SMG which greatly benefits from it.
Thanks. Gonna recalibrate for armor.
__________

I'm fighting to not click on those spoiler links.
 

Kalamari

Member
I haven't heard people use Bambi since was in high school, the neanderthal knuckledraggers I went to school with used it all the time to describe their hunting excursions.
 

Klyka

Banned
I haven't heard people use Bambi since was in high school, the neanderthal knuckledraggers I went to school with used it all the time to describe their hunting excursions.

It's a really huge DayZ term as I keep saying.

Just go to youtube and search for "DayZ Bambi" and you will see thousands of videos
 

Granadier

Is currently on Stage 1: Denial regarding the service game future
I would bet money that those are old drop rates and they will be changed in the 1.1 update.
 

Tecnniqe

Banned
I would bet money that those are old drop rates and they will be changed in the 1.1 update.

Yes they are.


Also:

G36 (AR)
MDR (AR)
HK121 (LMG)
SVD (Sniper)
AA12 (Shotgun)
PP19 (SMG)
UMP45 (SMG)
FNX45 (Pistol)
Rhino4 (Pistol)


Code:
LootSourceDropWeight myDropWeight < tooltip="DropWeight = A * SourceLevelDiff^2 + B * SourceLevelDiff + C" >

LootSourceLevelChartElement "source level 0"
        {
            myDropWeight
            {
                myB -100.0
                myC 100.0
            }
        }
        LootSourceLevelChartElement "source level +1"
        {
            mySourceLevel 1
            myDropWeight
            {
                myA -100.0
                myB 200.0
                myC 0.0
            }
        }
        LootSourceLevelChartElement "source level +2"
        {
            mySourceLevel 2
            myDropWeight
            {
                myB 200.0
                myC -200.0
 

Granadier

Is currently on Stage 1: Denial regarding the service game future
3% drop rate for named weapons would be nice if they had any sort of redeemable qualities. Right now they are just mostly bland HE's.
 

Tecnniqe

Banned
3% drop rate for named weapons would be nice if they had any sort of redeemable qualities. Right now they are just mostly bland HE's.

Code:
Class LootSettings
{
    LootQualityDefinitionList myLootQualityDefinition
    LootQualityChart* myDefaultQualityChart
    LootSourceLevelChart* myDefaultSourceLevelChart
    float myLootTimeToLive 300.0
    float myLootParticipationDistance 50.0
    string myDebugLootTableFilename ""
    file myPvpLootTableFilename
    bool myAutoPickupLoot true
    int myMaxLootDrops 50
    bool myOnlyAllowLootTaggedItems false
    ItemTag myLootTag Loot
    bool myAllowMergingOfCloseLootDrops false
    float myLootMergeDistance 2.0
    PlayerCurrencyDropRuleList myPlayerCurrencyDropRules
    file myDroppableLootGraphObjectFilepath
    float myLosersLuck 1.0
}
 

Tecnniqe

Banned
Named overworld mobs drop
Code:
LootItemList rejuice_lootitemlist_equipment_named
{
    LootItem Pistol
    {
        myDropWeight 50.0
        myIncludeTags
        {
            ItemTag "New ItemTag (0)" Pistol
        }
    }
    LootItem SMG
    {
        myDropWeight 50.0
        myIncludeTags
        {
            ItemTag "New ItemTag (0)" Sub_Machine_Gun
        }
    }
    LootItem Shotgun
    {
        myDropWeight 50.0
        myIncludeTags
        {
            ItemTag "New ItemTag (0)" Shotgun
        }
    }
    LootItem "Marksman Rifle"
    {
        myDropWeight 50.0
        myIncludeTags
        {
            ItemTag "New ItemTag (0)" Marksman_Rifle
        }
    }
    LootItem "Assault Rifle"
    {
        myDropWeight 50.0
        myIncludeTags
        {
            ItemTag "New ItemTag (0)" Assault_Rifle
        }
    }
    LootItem LMG
    {
        myDropWeight 50.0
        myIncludeTags
        {
            ItemTag "New ItemTag (0)" Light_Machine_Gun
        }
    }
    LootItem Back
    {
        myIncludeTags
        {
            ItemTag "New ItemTag (0)" Back
        }
    }
    LootItem Chest
    {
        myIncludeTags
        {
            ItemTag "New ItemTag (0)" Chest
        }
    }
    LootItem Thighs
    {
        myIncludeTags
        {
            ItemTag "New ItemTag (0)" Thighs
        }
    }
    LootItem Knees
    {
        myIncludeTags
        {
            ItemTag "New ItemTag (0)" Knees
        }
    }
    LootItem Hands
    {
        myIncludeTags
        {
            ItemTag "New ItemTag (0)" Hands
        }
    }
    LootItem Face
    {
        myIncludeTags
        {
            ItemTag "New ItemTag (0)" Face
        }
    }
    LootItem Exotic
    {
        myDropWeight 5.0
        myIncludeTags
        {
            ItemTag "New ItemTag (1)" Competition_ScarL
        }
        myQualityChart < uid=075801E25644B2EA00024495599457D8 > = orange
    }
}

Same one for DZ just with Midas

DTech has myDropWeight 100 from darkzone mobs. Keys have 50
 

Tecnniqe

Banned
Well skins got 33% drop chance
Code:
LootGroup "Drop 5 - Weapon Skin (Solid Pink)"

  myDropChancePercentage 33.0
     myQualityChart < uid=075801E256CDAA5E00000E28FA002CAA > = blue
   myLootItemList
      LootItem "Weapon Skin"
            myIncludeTags




    ItemTag "New ItemTag (0)" Weapon_Skin_35
and it seems we got 35 skins total?


CLE gives AR/SMG/LMG (Tunnel)
LMB gives AR/LMG/MMR (Russian Consulate)

Gonna be interesting to see how much things change, but its interesting to see how the drops are calculated.
 
No 80 odd PC from Daily missions today but made over 200 PC from DZ.




If you're on PS4, add me: ruthlesbarbarian, can help you out with some DZ action.

Thanks for the advice guys. I'm on the ps4, so if anyone wants to add me my psn is: gamerecks. When I get a chance I'll post my gear to see what I'm lacking.
 

Tecnniqe

Banned
Here is the mobs drop in the DZ

Code:
LootTable loot_table_npc_low_normal_darkzone < uid=C742C9DC5443A0D1000225826B54AA9F >
{
	myLootGroups
	{
		LootGroup "Drop 1 - Weapons, Gear"
		{
			myDropChancePercentage 5.0 / 6.0 _veteran_darkzone
			myQualityChart < uid=075801E256448B8D00000D11937E3114 > = loot_quality_chart_default_darkzone
			myLootItemList = rejuice_lootitemlist_equipment
			myBackupItemList = rejuice_lootitemlist_equipment_backup
			myHasLosersLuck TRUE
		}
		LootGroup "Drop 2 - Mods"
		{
			myDropChancePercentage 5.0 / 6.0 _veteran_darkzone
			myQualityChart < uid=075801E256448B8D00000D122A834C8E > = loot_quality_chart_default_darkzone
			myLootItemList = rejuice_lootitemlist_mods
			myBackupItemList = rejuice_lootitemlist_mods_backup
		}
		LootGroup "Drop 3 - Access (incl. DZ key) & Consumable & DZ Credit"
		{
			myDropChancePercentage 30.0 / 35.0 _veteran_darkzone
			myQualityChart < uid=C742C9DC5443A0D100022588CADC83B5 > = black
			myLootItemList = rejuice_lootitemlist_resources_darkzone
		}
		LootGroup "Drop 4 - Vanity"
		{
			myDropChancePercentage 2.0 / 3.0 _veteran_darkzone
			myQualityChart < uid=075801E255FC1F9D000006BDD7392C8D > = loot_quality_chart_vanity
			myLootItemList = rejuice_lootitemlist_vanity
			myBackupItemList = rejuice_lootitemlist_vanity_backup

DZ "endgame" is selling "All the blueprints DZ"
Code:
"vendor_endgame" is selling "All the blueprints"

Total of 42 "endgame" BP in the game atm
 
Status
Not open for further replies.
Top Bottom