|
9 | 9 | ### AddBaited () {: aria-label='Functions' } |
10 | 10 | #### void AddBaited ( [EntityRef](https://wofsauge.github.io/IsaacDocs/rep/EntityRef.html) Source, int Duration ) {: .copyable aria-label='Functions' } |
11 | 11 |
|
| 12 | +???+ info "Duration info" |
| 13 | + The Duration has a maximum of 10 seconds. |
| 14 | + |
12 | 15 | ___ |
13 | 16 | ### AddBleeding () {: aria-label='Functions' } |
14 | 17 | #### void AddBleeding ( [EntityRef](https://wofsauge.github.io/IsaacDocs/rep/EntityRef.html) Source, int Duration ) {: .copyable aria-label='Functions' } |
15 | 18 |
|
| 19 | +???+ info "Duration info" |
| 20 | + The Duration has a maximum of 4 seconds. |
| 21 | + |
16 | 22 | ___ |
17 | 23 | ### AddBrimstoneMark () {: aria-label='Functions' } |
18 | 24 | #### void AddBrimstoneMark ( [EntityRef](https://wofsauge.github.io/IsaacDocs/rep/EntityRef.html) Source, int Duration ) {: .copyable aria-label='Functions' } |
19 | 25 |
|
| 26 | +???+ info "Duration info" |
| 27 | + The Duration has a maximum of 10 seconds. |
| 28 | + |
20 | 29 | ___ |
21 | 30 | ### AddIce () {: aria-label='Functions' } |
22 | 31 | #### void AddIce ( [EntityRef](https://wofsauge.github.io/IsaacDocs/rep/EntityRef.html) Source, int Duration ) {: .copyable aria-label='Functions' } |
23 | 32 |
|
| 33 | +???+ info "Duration info" |
| 34 | + The Duration has a maximum of 10 seconds. |
| 35 | + |
24 | 36 | ___ |
25 | 37 | ### AddKnockback () {: aria-label='Functions' } |
26 | 38 | #### void AddKnockback ( [EntityRef](https://wofsauge.github.io/IsaacDocs/rep/EntityRef.html) Source, [Vector](Vector.md) PushDirection, int Duration, boolean TakeImpactDamage ) {: .copyable aria-label='Functions' } |
|
32 | 44 | ### AddMagnetized () {: aria-label='Functions' } |
33 | 45 | #### void AddMagnetized ( [EntityRef](https://wofsauge.github.io/IsaacDocs/rep/EntityRef.html) Source, int Duration ) {: .copyable aria-label='Functions' } |
34 | 46 |
|
| 47 | +???+ info "Duration info" |
| 48 | + The Duration has a maximum of 10 seconds. |
| 49 | + |
35 | 50 | ___ |
36 | 51 | ### AddWeakness () {: aria-label='Functions' } |
37 | 52 | #### void AddWeakness ( [EntityRef](https://wofsauge.github.io/IsaacDocs/rep/EntityRef.html) Source, int Duration ) {: .copyable aria-label='Functions' } |
38 | 53 |
|
| 54 | +???+ info "Duration info" |
| 55 | + The Duration has a maximum of 10 seconds. |
| 56 | + |
39 | 57 | ___ |
40 | 58 | ### CanDevolve () {: aria-label='Functions' } |
41 | 59 | #### boolean CanDevolve ( ) {: .copyable aria-label='Functions' } |
42 | 60 |
|
43 | 61 | ___ |
44 | 62 | ### ComputeStatusEffectDuration () {: aria-label='Functions' } |
45 | 63 | #### int ComputeStatusEffectDuration ( int InitialLength, [EntityRef](https://wofsauge.github.io/IsaacDocs/rep/EntityRef.html) Source ) {: .copyable aria-label='Functions' } |
| 64 | +If the source entity originates from a player with Second Hand, returns the duration multiplied by `(2 × Second Hand multiplier)`, otherwise returns the original duration. |
46 | 65 |
|
47 | 66 | ___ |
48 | 67 | ### CopyStatusEffects () {: aria-label='Functions' } |
|
0 commit comments