Jump to content
View in the app

A better way to browse. Learn more.

Obsidian Forum Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

I've found examples among objects in attacks.gamedatabundle where the objects within a "Components" array are put in different order between attacks' objects. For example:

 

Carnage_AOEPrimary:

 

Components: [{46}{9}{12}]

That's AttackBaseComponent, then AttackAOEComponent (9 properties), and finally AttackRangedComponent (12 properties).

 

And then in other objects we have:

Components: [{46},{12},{9}]

For example, the nearby Barbaric_Yell_AOE is like that.

 

It will help me a lot if you can keep these consistent across all attacks of a given type. Because when writing my editor, I use stuff like

this.attackForm.setControl('EngagementRadius', this.attack.Components[1].EngagementRadius); 
And if this Components[1] means one object in one attack, and another object in another attack... I have to make checks every time whether I'm in the right object, which shouldn't be necessary.

 

Just a friendly request.

A Custom Editor for Deadfire's Data:
eFoHp9V.png

  • 5 weeks later...

Hey Gairnulf,

 

Thanks for the post! Ill get this added to our database so our devs can look into these Objects.

 

best,

 

-Caleb

I like big bugs and I cannot lie...

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.