From f904f74c2a62077bf027c205a7f902d7df1bce0e Mon Sep 17 00:00:00 2001 From: MacFan4000 Date: Mon, 25 Nov 2024 23:32:24 -0500 Subject: [PATCH] alter point values for testwikibeta --- LocalSettings.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/LocalSettings.php b/LocalSettings.php index ae18640f89..7f9d134350 100644 --- a/LocalSettings.php +++ b/LocalSettings.php @@ -5654,6 +5654,32 @@ 'quiz_points' => 1, 'quiz_created' => 5, ], + 'testwikibeta' => [ + 'delete' => 500, + 'edit' => 500, + 'unprotect' => 500, + 'edit' => 500, + 'rollback' => 500, + 'revert' => 500, + 'vote' => 100, + 'comment' => 200, + 'comment_plus' => 100, + 'comment_ignored' => 100, + 'opinions_created' => 100, + 'opinions_pub' => 100, + 'protect' => 500, + 'referral_complete' => 100, + 'friend' => 100, + 'foe' => 100, + 'gift_rec' => 100, + 'gift_sent' => 100, + 'points_winner_weekly' => 100, + 'points_winner_monthly' => 100, + 'user_image' => 1000, + 'poll_vote' => 100, + 'quiz_points' => 100, + 'quiz_created' => 100, + ], ], 'wgFriendingEnabled' => [ 'default' => true,