Added AI objects for trainers, battlers and the move being assessed, logging battle messages now also echoes them to the console

This commit is contained in:
Maruno17
2022-08-22 21:37:33 +01:00
parent b094a2fd8e
commit cfb870c944
24 changed files with 1856 additions and 1666 deletions

View File

@@ -757,7 +757,7 @@ Description = The user stimulates its brain by thinking bad thoughts. It sharply
Name = Obstruct
Type = DARK
Category = Status
Accuracy = 100
Accuracy = 0
TotalPP = 10
Target = User
Priority = 4
@@ -1102,7 +1102,7 @@ Description = This attack hits the target with a shock wave of pure rage. This a
Name = Clangorous Soul
Type = DRAGON
Category = Status
Accuracy = 100
Accuracy = 0
TotalPP = 5
Target = User
FunctionCode = RaiseUserMainStats1LoseThirdOfTotalHP
@@ -5846,7 +5846,7 @@ Description = The user mimics the move used immediately before it. The move fail
Name = Court Change
Type = NORMAL
Category = Status
Accuracy = 100
Accuracy = 0
TotalPP = 10
Target = BothSides
FunctionCode = SwapSideEffects

View File

@@ -757,7 +757,7 @@ Description = The user stimulates its brain by thinking bad thoughts. It sharply
Name = Obstruct
Type = DARK
Category = Status
Accuracy = 100
Accuracy = 0
TotalPP = 10
Target = User
Priority = 4
@@ -1102,7 +1102,7 @@ Description = This attack hits the target with a shock wave of pure rage. This a
Name = Clangorous Soul
Type = DRAGON
Category = Status
Accuracy = 100
Accuracy = 0
TotalPP = 5
Target = User
FunctionCode = RaiseUserMainStats1LoseThirdOfTotalHP
@@ -5846,7 +5846,7 @@ Description = The user mimics the move used immediately before it. The move fail
Name = Court Change
Type = NORMAL
Category = Status
Accuracy = 100
Accuracy = 0
TotalPP = 10
Target = BothSides
FunctionCode = SwapSideEffects