mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-11 15:15:00 +00:00
More or less standardised separator comments in the code
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
#===============================================================================
|
||||
#
|
||||
#===============================================================================
|
||||
module PBEffects
|
||||
#===========================================================================
|
||||
# These effects apply to a battler
|
||||
#===========================================================================
|
||||
#-----------------------------------------------------------------------------
|
||||
# These effects apply to a battler.
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
AquaRing = 0
|
||||
Attract = 1
|
||||
BanefulBunker = 2
|
||||
@@ -123,9 +127,10 @@ module PBEffects
|
||||
WeightChange = 115
|
||||
Yawn = 116
|
||||
|
||||
#=============================================================================
|
||||
# These effects apply to a battler position
|
||||
#=============================================================================
|
||||
#-----------------------------------------------------------------------------
|
||||
# These effects apply to a battler position.
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
FutureSightCounter = 700
|
||||
FutureSightMove = 701
|
||||
FutureSightUserIndex = 702
|
||||
@@ -136,9 +141,10 @@ module PBEffects
|
||||
WishAmount = 707
|
||||
WishMaker = 708
|
||||
|
||||
#=============================================================================
|
||||
# These effects apply to a side
|
||||
#=============================================================================
|
||||
#-----------------------------------------------------------------------------
|
||||
# These effects apply to a side.
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
AuroraVeil = 800
|
||||
CraftyShield = 801
|
||||
EchoedVoiceCounter = 802
|
||||
@@ -162,9 +168,10 @@ module PBEffects
|
||||
ToxicSpikes = 820
|
||||
WideGuard = 821
|
||||
|
||||
#=============================================================================
|
||||
# These effects apply to the battle (i.e. both sides)
|
||||
#=============================================================================
|
||||
#-----------------------------------------------------------------------------
|
||||
# These effects apply to the battle (i.e. both sides).
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
AmuletCoin = 900
|
||||
FairyLock = 901
|
||||
FusionBolt = 902
|
||||
|
||||
Reference in New Issue
Block a user