You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE.txt
+46Lines changed: 46 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,60 @@
1
1
Cataclysm is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
GNU Unifont (data/font/unifont.ttf) is licensed under SIL Open Font License version 1.1 and GNU General Public License v2+ with the GNU font embedding exception. Visit http://unifoundry.com/LICENSE.txt for details.
CATCH unit-test framework (tests/catch/catch.hpp) is licensed under the Boost Software License. Visit https://github.com/philsquared/Catch/blob/master/LICENSE.txt to read the license.
libbacktrace is licensed under a BSD license (https://github.com/ianlancetaylor/libbacktrace/blob/master/LICENSE). The full license text is as follows:
18
59
19
60
# Copyright (C) 2012-2016 Free Software Foundation, Inc.
@@ -46,6 +87,8 @@ libbacktrace is licensed under a BSD license (https://github.com/ianlancetaylor/
46
87
# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
Copy file name to clipboardExpand all lines: data/json/vehicleparts/vp_flags.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
{
3
3
"id": "ALTERNATOR",
4
4
"type": "json_flag",
5
-
"info": "When mounted on an engine and the engine is on it will provide up to <color_green>%sW</color> of electrical power to the vehicle.",
5
+
"info": "When mounted on an engine and the engine is on it will provide up to <color_green>%dW</color> of electrical power to the vehicle.",
6
6
"requires_flag": "E_ALTERNATOR"
7
7
},
8
8
{
@@ -87,12 +87,12 @@
87
87
{
88
88
"id": "ENABLED_DRAINS_EPOWER",
89
89
"type": "json_flag",
90
-
"info": "When turned on, this device drains <color_red>%sW</color> from the vehicle's batteries."
90
+
"info": "When turned on, this device drains <color_red>%dW</color> from the vehicle's batteries."
91
91
},
92
92
{
93
93
"id": "SOLAR_PANEL",
94
94
"type": "json_flag",
95
-
"info": "Provides up to <color_green>%sW</color> of electrical power to the vehicle when exposed to the sun. Weather and clouds will affect power generation."
95
+
"info": "Provides up to <color_green>%dW</color> of electrical power to the vehicle when exposed to the sun. Weather and clouds will affect power generation."
96
96
},
97
97
{
98
98
"id": "ENGINE",
@@ -195,12 +195,12 @@
195
195
{
196
196
"id": "WIND_TURBINE",
197
197
"type": "json_flag",
198
-
"info": "Provides <color_green>%sW</color> of electrical power to the vehicle for every 1 m/s of wind the vehicle is exposed to."
198
+
"info": "Provides <color_green>%dW</color> of electrical power to the vehicle for every 1 m/s of wind the vehicle is exposed to."
199
199
},
200
200
{
201
201
"id": "WATER_WHEEL",
202
202
"type": "json_flag",
203
-
"info": "Provides up to <color_green>%sW</color> of electrical power to the vehicle when built over shallow moving water."
203
+
"info": "Provides up to <color_green>%dW</color> of electrical power to the vehicle when built over shallow moving water."
0 commit comments