Skip to content

Instantly share code, notes, and snippets.

@tocklime
Created February 24, 2020 18:34
Show Gist options
  • Save tocklime/e8356387f2a4b2792cfe9ac22e8dab58 to your computer and use it in GitHub Desktop.
Save tocklime/e8356387f2a4b2792cfe9ac22e8dab58 to your computer and use it in GitHub Desktop.
thing:
seq:
- id: first
type: u4
- id: items
type: item(_index)
repeat: eos
types:
item:
params:
- id: i
type: u4
seq:
- id: delta
type: u8
instances:
base:
value: i > 0 ? _parent.items[i-1].true_value : _parent.first
true_value:
value: base + delta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment