Straight from the GlobalDefines.xml:It seems the game gives you a penalty for playing as a Pacifist.
Code:
<Row Name="SCORE_CITY_MULTIPLIER">
<Value>8</Value>
</Row>
<Row Name="SCORE_POPULATION_MULTIPLIER">
<Value>4</Value>
</Row>
<Row Name="SCORE_LAND_MULTIPLIER">
<Value>1</Value>
</Row>
<Row Name="SCORE_WONDER_MULTIPLIER">
<Value>25</Value>
</Row>
<Row Name="SCORE_TECH_MULTIPLIER">
<Value>4</Value>
</Row>
<Row Name="SCORE_FUTURE_TECH_MULTIPLIER">
<Value>10</Value>
</Row>
Also the whole game lacks a "One-city Challenge Score Bonus", which it would require.