Fun with dialogues.
This commit is contained in:
parent
5824829947
commit
f6f2854bf6
96 changed files with 1565 additions and 161 deletions
|
|
@ -18,7 +18,7 @@ Class RedShell : SWWMAmmo
|
|||
Inventory.MaxAmount 30;
|
||||
Ammo.BackpackAmount 2;
|
||||
Ammo.BackpackMaxAmount 80;
|
||||
Ammo.DropAmount 2;
|
||||
Ammo.DropAmount 1;
|
||||
+FLOATBOB;
|
||||
FloatBobStrength 0.25;
|
||||
Radius 4;
|
||||
|
|
@ -73,7 +73,7 @@ Class GreenShell : SWWMAmmo
|
|||
Inventory.MaxAmount 25;
|
||||
Ammo.BackpackAmount 2;
|
||||
Ammo.BackpackMaxAmount 60;
|
||||
Ammo.DropAmount 2;
|
||||
Ammo.DropAmount 1;
|
||||
+FLOATBOB;
|
||||
FloatBobStrength 0.25;
|
||||
Radius 4;
|
||||
|
|
@ -609,11 +609,6 @@ Class HellblazerCrackshots : SWWMAmmo
|
|||
Height 22;
|
||||
Accuracy 75;
|
||||
}
|
||||
override void ModifyDropAmount( int dropamount )
|
||||
{
|
||||
Ammo.ModifyDropAmount(dropamount);
|
||||
Amount = min(Amount,2);
|
||||
}
|
||||
States
|
||||
{
|
||||
Spawn:
|
||||
|
|
@ -671,11 +666,6 @@ Class HellblazerRavagers : SWWMAmmo
|
|||
Height 22;
|
||||
Accuracy 80;
|
||||
}
|
||||
override void ModifyDropAmount( int dropamount )
|
||||
{
|
||||
Ammo.ModifyDropAmount(dropamount);
|
||||
Amount = min(Amount,1);
|
||||
}
|
||||
States
|
||||
{
|
||||
Spawn:
|
||||
|
|
@ -722,11 +712,6 @@ Class HellblazerWarheads : SWWMAmmo
|
|||
Height 22;
|
||||
Accuracy 85;
|
||||
}
|
||||
override void ModifyDropAmount( int dropamount )
|
||||
{
|
||||
Ammo.ModifyDropAmount(dropamount);
|
||||
Amount = min(Amount,1);
|
||||
}
|
||||
States
|
||||
{
|
||||
Spawn:
|
||||
|
|
@ -777,11 +762,6 @@ Class SparkUnit : SWWMAmmo
|
|||
Height 22;
|
||||
Accuracy 70;
|
||||
}
|
||||
override void ModifyDropAmount( int dropamount )
|
||||
{
|
||||
Ammo.ModifyDropAmount(dropamount);
|
||||
Amount = min(Amount,1);
|
||||
}
|
||||
States
|
||||
{
|
||||
Spawn:
|
||||
|
|
|
|||
|
|
@ -190,6 +190,9 @@ Class SayaBean : SWWMCollectible
|
|||
}
|
||||
Class MothPlushy : SWWMCollectible
|
||||
{
|
||||
bool activated; // she knows where you are
|
||||
bool present; // she's here (TBD 1.4)
|
||||
|
||||
Default
|
||||
{
|
||||
Tag "$T_MOTHPLUSH";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue