Commit 2f689b0
authored
Orb of Ankou 1.21.5 (#1128)
* fix attribute-based pneumas
* fix blasting
* fix dashing by using player motion library
* fix feigning jump
* use attribute for agile
NOTE: breaks old agile items, need an upgrade path
* fix typo in comment
* fix pricking
NOTE: breaks old pricking soul essence
* fix soaring
* make shard and orb equippable into offhand
* fix beet.yaml formatting
* add loot tables for shards
* add smithed item ignore functionality
* refactor some entity functions
- inline functions that aren't called from multiple places
- use random
- shard and essence entities grab loot table item instead of copying exact item (to act as an upgrade path)
- TODO: orb upgrade path using data from shard loot tables
* fix spawn positions of entities
* restore orb based on shard loot tables
* set max stack size of shards and orb to 1
* fix formatting
* fix function rename
* fix weapon.mainhand slot call for loot command
* keep pneuma order intact when restoring an orb
* fix congealed shard data
* implement lib_player_motion
- adds the player motion library as a namespaced and versioned GM4 library with proper call function tags
* implement custom version of player motion
- basically a fork that is renamespaced, version-checked, and uses the GM4 forceloaded chunk
- licensing might not be correct in the release download
* fix ooa to use proper player motion version
* prevent wither rose particle from generating on obsidian
* update random position to use random command and macro
* Move original player motion license to main license
* properly remove rose particle markers
* properly kill striding markers
* make items fire resistant
* fix withering pneuma
* fix expeditious
* fix soaring
* actually fix soaring
- no longer need to look up for the first no-gravity
- picking up or dropping items no longer resets the no-gravity
- first sneak when equipping will activate the no-gravity1 parent fbb193f commit 2f689b0
169 files changed
Lines changed: 3182 additions & 2225 deletions
File tree
- gm4_orb_of_ankou
- data/gm4_orb_of_ankou
- advancement/triggers
- function
- pneumas
- advancement_triggers
- dashing
- expeditious
- feigning
- soaring
- temp_tick
- soul_forge
- entities
- set_data
- outputs
- wither_roses
- update_tags
- loot_table/items
- soul_essence
- soul_shard
- gm4
- lib_player_motion
- data/gm4_player_motion
- function
- api
- internal
- launch
- gamemode
- math
- full_power
- trig
- summon
- technical
- resolve_load
- tags/function
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
133 | 137 | | |
134 | 138 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
Lines changed: 1 addition & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 5 | + | |
16 | 6 | | |
17 | 7 | | |
18 | 8 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments