Skip to content

Commit

Permalink
projectile adjustments
Browse files Browse the repository at this point in the history
flamey projectiles will no longer survive in liquid
  • Loading branch information
sayterdarkwynd committed Jul 25, 2016
1 parent bc60a18 commit d9cc9dc
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"maxStack" : 1,
"rarity" : "legendary",
"description" : "A nifty flame-throwing sidearm.",
"shortdescription" : "Incinerator",
"shortdescription" : "Plasma Pistol",
"level" : 2,
"category" : "uniqueWeapon",
"itemTags" : ["weapon","ranged","machinePistol"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"lightColor" : [255, 205, 0],
"damageKind" : "flamethrower",
"statusEffects" : [ "burning" ],
"emitter" : [ "smoke" ]
"emitter" : [ "smoke" ],
"hydrophobic" : true
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"lightColor" : [255, 255, 255],
"damageKind" : "flamethrower",
"statusEffects" : [ "burning" ],
"emitter" : [ "smoke" ]
"emitter" : [ "smoke" ],
"hydrophobic" : true
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
}
],
"damageKind" : "fire",
"statusEffects" : [ "burning" ]
"statusEffects" : [ "burning" ],
"hydrophobic" : true
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
"inheritDamageFactor" : 1,
"angleAdjust" : 0
}
]
],
"hydrophobic" : true
}
3 changes: 2 additions & 1 deletion projectiles/guns/hellfireburst/hellfireburst.projectile
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@
"inheritDamageFactor" : 0.32,
"angleAdjust" : 0
}
]
],
"hydrophobic" : true
}
3 changes: 2 additions & 1 deletion projectiles/guns/hellfireburst/hellfireburst2.projectile
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
"inheritDamageFactor" : 0.32,
"angleAdjust" : 0
}
]
],
"hydrophobic" : true
}
3 changes: 2 additions & 1 deletion projectiles/guns/napalm/napalm2.projectile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"lightColor" : [168,175,155],
"damageKind" : "fireplasma",
"statusEffects" : [ "beamburning" ],
"emitters" : [ "gausssmoke" ]
"emitters" : [ "gausssmoke" ],
"hydrophobic" : true
}
3 changes: 2 additions & 1 deletion projectiles/guns/napalm/napalmprojectile.projectile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@

],
"emitters" : [ "gausssmoke" ],
"statusEffects" : [ "burning" ]
"statusEffects" : [ "burning" ],
"hydrophobic" : true
}
3 changes: 2 additions & 1 deletion projectiles/hellfireprojectile/hellfireprojectile.projectile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
}
],
"damageKind" : "default",
"emitters" : [ "fireflames" ]
"emitters" : [ "fireflames" ],
"hydrophobic" : true
}


Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
}
],
"power" : 12.0,
"damagePoly" : [ [-10, 0], [0, 7], [10, 10], [10, 0], [-10, -10], [0, -7] ],
"damageKind" : "default",
"emitters" : [ "fireflames" ]
"emitters" : [ "fireflames" ],
"hydrophobic" : true
}


Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
}
],
//"power" : 10.0,
"damagePoly" : [ [-7, 0], [0, 3], [5, 5], [7, 0], [-5, -5], [0, -3] ],
"damageKind" : "default",
"emitters" : [ "fireplasma", "fireflames" ],
"statusEffects" : [ "burning" ]
"statusEffects" : [ "burning" ],
"hydrophobic" : true
}


0 comments on commit d9cc9dc

Please sign in to comment.