Skip to content
This repository was archived by the owner on Aug 31, 2019. It is now read-only.

Commit e2502a3

Browse files
committed
Controls point recovery and decay attributes.
1 parent 219e085 commit e2502a3

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

src/modules/control_points.haml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,44 @@
156156
%td
157157
%code incremental
158158
%td
159+
%span.label.label-warning{:title => "This attribute should no longer be used."} Deprecated
159160
Capture progress is retained even if capturing is interrupted.
161+
%br
162+
%i Has been replaced with the recovery & decay attributes which allow much more control over progress.
160163
%td
161164
%span.label.label-primary true/false
162165
%td
163166
false
164167
%td
165168
true
169+
170+
%tr
171+
%td
172+
%code recovery
173+
%td
174+
Capture progress recovery, rate at which progress reverts from players dominating the point.
175+
%br
176+
Can not be combined with the <code>incremental</code> attribute.
177+
%td
178+
%span.label.label-primary true/false
179+
%td
180+
oo
181+
%td
182+
1
183+
%tr
184+
%td
185+
%code decay
186+
%td
187+
Capture progress decay, rate at which progress reverts while nobody is dominating the point.
188+
%br
189+
Can not be combined with the <code>incremental</code> attribute.
190+
%td
191+
%span.label.label-primary true/false
192+
%td
193+
oo
194+
%td
195+
0
196+
166197
%tr
167198
%td
168199
%code permanent

src/modules/proto.haml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
Added player rank and score filters. Filters return if the player's rank or score is within the specified range.<br/>
3636
Added a gliding filter, returns if the player is gliding with an elytra.
3737

38+
%li
39+
%span.label.label-success New
40+
:markdown
41+
Control points have new `recovery` and `decay` attributes that replace the `incremental` attribute and allow more control of the progress.
42+
3843

3944
%br
4045
%h4 Changes in 1.4.0

0 commit comments

Comments
 (0)