Skip to content

Commit

Permalink
Merge branch 'release/2.3.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdrmcdonald committed Jun 24, 2017
2 parents f8faf11 + ed34ccc commit 51d011d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Add shot speed for long range weapon
* Fix components for dirty drive grade 3
* Update values for Cytoscrambler
* Add shotspeed modifier to cannon/multi-cannon/fragment cannon

#2.3.4
* Add missing Long Range blueprint to multi-cannon
Expand Down
6 changes: 3 additions & 3 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22078,7 +22078,7 @@ module.exports = {
}
}
},
modifications: [ "ammo", "clip", "damage", "damagedist", "distdraw", "fallofffromrange", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "thermload" ],
modifications: [ "ammo", "clip", "damage", "damagedist", "distdraw", "fallofffromrange", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "shotspeed", "thermload" ],
specials: [ "special_auto_loader", "special_dispersal_field", "special_smart_rounds", "special_force_shell", "special_high_yield_shell", "special_thermal_cascade" ]
},
cc: {
Expand Down Expand Up @@ -22556,7 +22556,7 @@ module.exports = {
}
}
},
modifications: [ "ammo", "burst", "burstrof", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "thermload" ],
modifications: [ "ammo", "burst", "burstrof", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "shotspeed", "thermload" ],
specials: [ "special_corrosive_shell", "special_blinding_shell", "special_incendiary_rounds", "special_drag_munitions", "special_screening_shell" ]
},
fh: {
Expand Down Expand Up @@ -23304,7 +23304,7 @@ module.exports = {
}
}
},
modifications: [ "ammo", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "thermload" ],
modifications: [ "ammo", "clip", "damage", "damagedist", "fallofffromrange", "distdraw", "integrity", "jitter", "mass", "piercing", "power", "range", "reload", "rof", "shotspeed", "thermload" ],
specials: [ "special_auto_loader", "special_corrosive_shell", "special_emissive_munitions", "special_incendiary_rounds", "special_smart_rounds", "special_thermalshock" ]
},
ml: {
Expand Down
3 changes: 3 additions & 0 deletions dist/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -29692,6 +29692,7 @@
"range",
"reload",
"rof",
"shotspeed",
"thermload"
],
"specials": [
Expand Down Expand Up @@ -30544,6 +30545,7 @@
"range",
"reload",
"rof",
"shotspeed",
"thermload"
],
"specials": [
Expand Down Expand Up @@ -31904,6 +31906,7 @@
"range",
"reload",
"rof",
"shotspeed",
"thermload"
],
"specials": [
Expand Down
3 changes: 3 additions & 0 deletions modifications/modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,7 @@
"range",
"reload",
"rof",
"shotspeed",
"thermload"
],
"specials": [
Expand Down Expand Up @@ -1661,6 +1662,7 @@
"range",
"reload",
"rof",
"shotspeed",
"thermload"
],
"specials": [
Expand Down Expand Up @@ -3025,6 +3027,7 @@
"range",
"reload",
"rof",
"shotspeed",
"thermload"
],
"specials": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coriolis-data",
"version": "2.3.5",
"version": "2.3.6",
"repository": {
"type": "git",
"url": "https://github.com/EDCD/coriolis-data"
Expand Down

0 comments on commit 51d011d

Please sign in to comment.