Skip to content

Commit

Permalink
Merge pull request #18 from CleverRaven/master
Browse files Browse the repository at this point in the history
July 12th
  • Loading branch information
xanderrootslayer authored Jul 13, 2019
2 parents 8d419f7 + 23744e6 commit fbc14e0
Show file tree
Hide file tree
Showing 178 changed files with 8,020 additions and 2,941 deletions.
6 changes: 3 additions & 3 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ readability-*,\
-bugprone-undefined-memory-manipulation,\
-bugprone-unused-return-value,\
-bugprone-use-after-move,\
-cert-dcl16-c,\
-cert-dcl21-cpp,\
-cert-dcl50-cpp,\
-cert-dcl58-cpp,\
Expand Down Expand Up @@ -85,11 +84,12 @@ readability-*,\
-readability-redundant-string-init,\
-readability-simplify-boolean-expr,\
-readability-static-accessed-through-instance,\
-readability-string-compare,\
-readability-uppercase-literal-suffix,\
"
WarningsAsErrors: '*'
HeaderFilterRegex: '(src|test).*'
FormatStyle: none
CheckOptions:
- key: readability-uppercase-literal-suffix.NewSuffixes
value: 'L;UL;LL;ULL'

# vim:tw=0
10 changes: 0 additions & 10 deletions data/json/bionics.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,6 @@
"fake_item": "bio_blade_weapon",
"flags": [ "BIONIC_TOGGLED", "BIONIC_WEAPON", "BIONIC_NPC_USABLE" ]
},
{
"id": "bio_blaster",
"type": "bionic",
"name": "Fusion Blaster Arm",
"description": "Your left arm has been surgically replaced by a heavy-duty fusion blaster! You may use your energy banks to fire a damaging heat ray. However, you are unable to use or carry two-handed items, and your strength limits what you can use with your one hand.",
"occupied_bodyparts": [ [ "ARM_L", 20 ], [ "HAND_L", 5 ] ],
"act_cost": 50,
"fake_item": "bio_blaster_gun",
"flags": [ "BIONIC_GUN" ]
},
{
"id": "bio_shotgun",
"type": "bionic",
Expand Down
10 changes: 10 additions & 0 deletions data/json/field_type.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"type": "field_type",
"legacy_enum_id": 1,
"intensity_levels": [ { "name": "blood splatter", "color": "red" }, { "name": "blood stain" }, { "name": "puddle of blood" } ],
"underwater_age_speedup": "25 minutes",
"half_life": "2 days",
"phase": "liquid",
"accelerated_decay": true,
Expand All @@ -20,6 +21,7 @@
"type": "field_type",
"legacy_enum_id": 2,
"intensity_levels": [ { "name": "bile splatter", "color": "pink" }, { "name": "bile stain" }, { "name": "puddle of bile" } ],
"underwater_age_speedup": "25 minutes",
"half_life": "1 days",
"phase": "liquid",
"accelerated_decay": true,
Expand All @@ -34,6 +36,7 @@
{ "name": "bloody meat chunks", "color": "light_red" },
{ "name": "heap of gore", "color": "red" }
],
"underwater_age_speedup": "25 minutes",
"half_life": "2 days",
"phase": "solid",
"accelerated_decay": true,
Expand All @@ -48,6 +51,7 @@
{ "name": "shattered branches and leaves" },
{ "name": "broken vegetation tangle", "color": "green" }
],
"underwater_age_speedup": "25 minutes",
"half_life": "2 days",
"phase": "solid",
"accelerated_decay": true,
Expand Down Expand Up @@ -86,6 +90,7 @@
{ "name": "acid streak" },
{ "name": "pool of acid", "color": "green" }
],
"underwater_age_speedup": "2 minutes",
"priority": 2,
"half_life": "2 minutes",
"phase": "liquid",
Expand Down Expand Up @@ -349,6 +354,7 @@
{ "name": "plant sap stain" },
{ "name": "puddle of resin" }
],
"underwater_age_speedup": "25 minutes",
"half_life": "2 days",
"phase": "liquid",
"accelerated_decay": true,
Expand All @@ -359,6 +365,7 @@
"type": "field_type",
"legacy_enum_id": 29,
"intensity_levels": [ { "name": "bug blood splatter", "color": "green" }, { "name": "bug blood stain" }, { "name": "puddle of bug blood" } ],
"underwater_age_speedup": "25 minutes",
"half_life": "2 days",
"phase": "liquid",
"accelerated_decay": true,
Expand All @@ -373,6 +380,7 @@
{ "name": "hemolymph stain" },
{ "name": "puddle of hemolymph" }
],
"underwater_age_speedup": "25 minutes",
"half_life": "2 days",
"phase": "liquid",
"accelerated_decay": true,
Expand All @@ -387,6 +395,7 @@
{ "name": "shattered bug leg", "color": "green" },
{ "name": "torn insect organs", "color": "yellow" }
],
"underwater_age_speedup": "25 minutes",
"half_life": "2 days",
"phase": "solid",
"accelerated_decay": true,
Expand All @@ -401,6 +410,7 @@
{ "name": "icky mess" },
{ "name": "heap of squishy gore", "color": "dark_gray" }
],
"underwater_age_speedup": "25 minutes",
"half_life": "2 days",
"phase": "solid",
"accelerated_decay": true,
Expand Down
Loading

0 comments on commit fbc14e0

Please sign in to comment.