You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix Frozen Legion benefiting from exerts [\#6331](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/6331) ([Lilylicious](https://github.com/Lilylicious))
27
+
- Fix Combustion debuff not applying when a non-damaging skill precedes a damaging skill [\#6344](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/6344) ([Lilylicious](https://github.com/Lilylicious))
28
+
- Fix Blood Sacrament not being capped by Cooldown [\#6351](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/6351) ([LocalIdentity](https://github.com/LocalIdentity))
29
+
- Fix Tree conversion stopping you from allocating some tree nodes [\#6352](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/6352) ([LocalIdentity](https://github.com/LocalIdentity))
30
+
- Fix Mana cost when using 'Wait for max unleash seals' [\#6333](https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/6333) ([busterw](https://github.com/busterw))
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Feature requests are always welcome. Note that not all requests will receive an
43
43
### Before submitting a pull request:
44
44
* Familiarise yourself with the code base [here](docs/rundown.md) to get you started.
45
45
* There is a [Discord](https://discordapp.com/) server for **active development** on the fork and members are happy to answer your questions there.
46
-
If you are interested in joining, send a private message to any of **Cinnabarit#1341**, **LocalIdentity#9871**,**Yamin#5575** and we'll send you an invitation.
46
+
If you are interested in joining, send a private message to **localidentity** or**wires77** and we'll send you an invitation.
47
47
48
48
### When submitting a pull request:
49
49
***Pull requests must be created against the `dev` branch**, as all changes to the code are staged there before merging to `master`.
Shift While scrolling on a slider makes it 5* times faster
51
44
Ctrl While scrolling on a slider makes it 5* times slower
52
45
* default of 5, some scroll bars have more or less extreme modifiers to scroll speed
46
+
and scroll bars in help section and version history will jump to the previous/next section
53
47
54
48
When creating an item either through item creator or adding an item pressing ctrl will add it to the first slot
55
49
and ctrl+shift will add it to the second slot e.g. offhand for a weapon.
@@ -80,11 +74,11 @@ DEV[F5 Restart]
80
74
DEV[F6 Run garbage collector]
81
75
DEV[Shift Copy export xml to clipboard (hold key during export)]
82
76
83
-
---[Other Notable Things][5]
77
+
---[Other Notable Things]
84
78
85
79
Adding ^ and then a number or hex code before text will change the colour of the text, eg ^^77 will make the following text white until the next colour marker is set.
86
80
87
-
---[Timeless Jewels][6]
81
+
---[Timeless Jewels]
88
82
89
83
Timeless jewels modify nodes in a radius based off their seed, the same seed will apply the same changes to the same small/notable nodes so that is the number you look for. The Conqueror (name on the jewel) only affects the keystone.
90
84
@@ -118,7 +112,7 @@ Militant Faith jewels also have the option to select the other mods on the jewel
118
112
Advanced tricks:
119
113
For Militant Faith, if you don't want any nodes to change, you can just sort by devotion. As unchanged nodes add devotion, the ones with the most devotion will be the ones with unchanged nodes
120
114
121
-
---[Party Tab][7]
115
+
---[Party Tab]
122
116
123
117
The Party tab Allows you to import support characters and have their auras and curses apply
124
118
@@ -135,7 +129,7 @@ Your curses will take priority over a support's
135
129
For now Enemy conditions and Modifiers are not exported but can be imported if its saved in the XML, and Links skills are not exported or parsed
136
130
Some auras like Mines which use a stack value for their effect will not apply as their stack value is missing
137
131
138
-
---[Items Tab][8]
132
+
---[Items Tab]
139
133
140
134
The Item Tab in Path of Building allows you to plan out the gear you will use for your character. To access the Item Tab, click on the "Items" tab located at the top of the screen.
0 commit comments