zeldamods / objmap-totk

Tears of the Kingdom Object Map
https://objmap-totk.zeldamods.org
GNU General Public License v3.0
48 stars 7 forks source link

Add Regional drops #113

Closed savage13 closed 1 month ago

savage13 commented 1 month ago

Add Regional drops for Flux, Seafood, Like Like Chest (possibly more)

savage13 commented 1 month ago

Seafood in ./Pack/Bootup.Nin_NX_NVN/Ecosystem/Ground.ecocat

savage13 commented 1 month ago

SpObjCapsuleBlockMaster within the Ecocat file? (20% per item)

savage13 commented 1 month ago

SpObjCapsuleBlockMaster within the Ecocat file? (20% per item)? Is Weapon in Ecocat file associated with Drop table item HornMaterial - Small Sword and WeaponDefault - SmallSword (for the LikeLIke)?

savage13 commented 1 month ago

Horn See Pack/Actor/Enemy_Bokoblin_Dark/GameParameter/GameParameterTable/Bokoblin_Dark.engineactorGameParameterTable.json IsProxySetting set to True, ProxyType is HornMaterial -> grab the drop actor in Ecosystem/HornTypeAndAttachmentMappingTable

savage13 commented 1 month ago

Oh, add Molduga Chest too It's just using TBox_Field_Iron_Sandworm's Sandworm drop table (TBox_Field_Iron_Sandworm's drop tables are the same than most of the other treasure chests, you'll need the Sandworm-named one)

savage13 commented 1 month ago
    4               "ProxyType": "LocalSeaFood",     (See Enemy_Octarock_Snow, Enemy_Octarock_Stone and ecosystem:"Seafood")
    9               "ProxyType": "EcoSystemRain",    (See Obj_LiftRockEldin_A_01, [0x297bfaaad13f6ee5] and ecosystem:"RainBonusMaterial")
   10               "ProxyType": "ZonauBlockMaster", (See Enemy_Zonau_BlockMaster_Senior and ecosystem:"SpObjCapsuleBlockMaster")
  168               "ProxyType": "TBox",             (See Enemy_LikeLike_Crack_RagdollShort)
  388               "ProxyType": "HornMaterial",     (See Enemy_Moriblin_Dark and Horn Data)
11338               "ProxyType": "WeaponDefault",    (See Enemy_LikeLike_Crack_RagdollShort and ecosystem:"Weapon")

ecosystem:"" -> public/game_data/area_data.json

savage13 commented 1 month ago

Fixed by commit 4a6ffc0