From f38f6b4b938112d4c16b5cd32552b8cbb7178f67 Mon Sep 17 00:00:00 2001 From: LiquidZulu Date: Sat, 5 Mar 2022 18:33:27 +0000 Subject: [PATCH] Edit values Fixed the value of the government legislation against discrimination, because the libertarian response is that there should not be any government legislation of that. Currently agreement with that statement amounts to making one more libertarian. As for the military question it isn't strictly answerable. The answer to whether a strong military is needed is to ponder "needed to what end and under what circumstances?" If it is the case that you do not want to be molested by foreigners and those foreigners have a well equipped military then a strong military to fight them seems like it may well be needed. A priori we cannot know this though. Decided that if I was to remove a question I might as well add one in its place, hence the secession question. --- questions.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/questions.js b/questions.js index bdb29d68..95ed98cf 100644 --- a/questions.js +++ b/questions.js @@ -171,7 +171,7 @@ questions = [ { "question": "Government legislation against racial and gender discrimination by private institutions is needed, alongside boycotts of such racist institutions", "effect": { - "econ": -10, + "econ": 10, "govt": 0, "scty": 10 } @@ -185,10 +185,10 @@ questions = [ } }, { - "question": "A strong military is needed to protect the people from foreign aggression, alongside self-defence.", + "question": "There is a right to secede that carries down all the way to the individual.", "effect": { - "econ": 5, - "govt": -10, + "econ": -10, + "govt": 0, "scty": 0 } }, @@ -240,4 +240,4 @@ questions = [ "scty": 0 } }, -]; +]; \ No newline at end of file