Giter VIP home page Giter VIP logo

gen_uniques_db's People

Contributors

apple1417 avatar

Watchers

 avatar

gen_uniques_db's Issues

Known Issues / Subtleties

  • The Vibra Pulse's true drop rates are still not known.

  • All enemy classes are of the form:

    /Game/PatchDLC/Raid1/Enemies/Behemoth/_Unique/RaidMiniBoss/SpiderBrain/Character/BPChar_SpiderBrain.BPChar_SpiderBrain
    

    When the correct value should have an extra _C suffix:

    /Game/PatchDLC/Raid1/Enemies/Behemoth/_Unique/RaidMiniBoss/SpiderBrain/Character/BPChar_SpiderBrain.BPChar_SpiderBrain_C
    
  • The devastator is actually called Devastator , with a trailing space, which the DB does not strip. Can use trim(Name) = ? in queries if comparing against other data which was properly stripped.

  • In the DB, Dinklebot is expanded and said to drop the Loot-o-gram items directly. If trying to match against actual drops in game, this will not work. Dinklebot actually drops:

    /Game/Pickups/Unique/DA_InventoryBalance_LootOGram.DA_InventoryBalance_LootOGram
    

    While the Loot-o-gram's items actually come from:

    /Game/InteractiveObjects/GameSystemMachines/CrazyEarl/BP_CrazyEarlDoor.BP_CrazyEarlDoor_C
    
  • A few maps have incorrect casing in their object names:

    Map In DB Actual
    Cathedral of the Twin Gods Desertvault_P DesertVault_P
    Darkthirst Dominion SacrificeBoss_p SacrificeBoss_P
    Scryer's Crypt NekroMystery_p NekroMystery_P
  • The Black Rook appears to be an unused enemy, which never actually spawns. Eadric Edelhard is unkillable (in the quest you just revive him). Therefore, neither or their drops are actually obtainable, and probably shouldn't be in the list.

  • Muldock the Anointed and Mincemeat both use the generic BPChar for their enemy type, but custom spawn options to set their name. Matching the BPChar alone will therefore have false positives.

  • The cartel lieutenants each have two mostly identical BPChars - BPChar_CyberTrooperCapo and BPChar_CyberTrooperCapo_MiniBoss. The DB only contains the non-miniboss variants.

    Base BPChar Miniboss
    BPChar_PunkCyberLt BPChar_PunkCyberLt_MiniBoss
    BPChar_CyberTrooperCapo BPChar_CyberTrooperCapo_MiniBoss
    BPChar_Punk_Roaster BPChar_Punk_Roaster_MiniBoss
    BPChar_Tink_Tenderizer BPChar_Tink_Tenderizer_MiniBoss
    BPChar_PsychoBadassTinyEvent2 BPChar_PsychoBadassTinyEvent2_Miniboss
    BPChar_TrooperBadassTinyEvent2 BPChar_TrooperBadassTinyEvent2_MiniBoss

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.