style: Align negative ledger mutation score values and demerit math in seeder
This commit is contained in:
parent
94aae59f8e
commit
e32fbc10e0
@ -109,7 +109,7 @@ class DatabaseSeeder extends Seeder
|
||||
'dynamic_id' => $velvetSanctuary->id,
|
||||
'name' => 'Protocol & Etiquette',
|
||||
'rules' => 'Address others by correct titles. -5 per infraction.',
|
||||
'score' => -15,
|
||||
'score' => 15,
|
||||
'alignment' => 'negative',
|
||||
]);
|
||||
|
||||
@ -214,7 +214,7 @@ class DatabaseSeeder extends Seeder
|
||||
'ledger_id' => $etiquetteLedger->id,
|
||||
'user_id' => $alice->id,
|
||||
'type' => 'penalty',
|
||||
'amount' => -5,
|
||||
'amount' => 5,
|
||||
'description' => 'Interrupted Domina Alice during daily instructions',
|
||||
'status' => 'approved',
|
||||
]);
|
||||
@ -223,7 +223,7 @@ class DatabaseSeeder extends Seeder
|
||||
'ledger_id' => $etiquetteLedger->id,
|
||||
'user_id' => $alice->id,
|
||||
'type' => 'penalty',
|
||||
'amount' => -10,
|
||||
'amount' => 10,
|
||||
'description' => 'Forgot correct posture during morning roll call',
|
||||
'status' => 'approved',
|
||||
]);
|
||||
@ -232,7 +232,7 @@ class DatabaseSeeder extends Seeder
|
||||
'ledger_id' => $etiquetteLedger->id,
|
||||
'user_id' => $alice->id,
|
||||
'type' => 'penalty',
|
||||
'amount' => -5,
|
||||
'amount' => 5,
|
||||
'description' => 'Spoke out of turn in general chat',
|
||||
'status' => 'approved',
|
||||
]);
|
||||
@ -241,7 +241,7 @@ class DatabaseSeeder extends Seeder
|
||||
'ledger_id' => $etiquetteLedger->id,
|
||||
'user_id' => $bob->id,
|
||||
'type' => 'reward',
|
||||
'amount' => 5,
|
||||
'amount' => -5,
|
||||
'description' => 'Excellent reciting of the house codes',
|
||||
'status' => 'approved',
|
||||
]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user