diff --git a/mods/sp/Authors.txt b/mods/sp/Authors.txt index 7c1438a3d..6023f7a89 100644 --- a/mods/sp/Authors.txt +++ b/mods/sp/Authors.txt @@ -226,6 +226,7 @@ Assets come from three sources, Public, Vanilla and made by Nolt, if an asset is > Ion Turret in minigame > TVD device > Gargoyle (also reworked by Mig Eater) + > Regensis Tank Marn: > Weapon light effects Mevitar: @@ -240,7 +241,7 @@ Assets come from three sources, Public, Vanilla and made by Nolt, if an asset is > Mutant bomb truck > Minelayer's shovel > Mutant technical - > Regensis Tank + > Zhurong Tank Moder.U: > Falcon > Battle Fortress diff --git a/mods/sp/bits/mutant/vehicles/regentnk.shp b/mods/sp/bits/mutant/vehicles/regentnk.shp index 1ca8432e5..b219f4a96 100644 Binary files a/mods/sp/bits/mutant/vehicles/regentnk.shp and b/mods/sp/bits/mutant/vehicles/regentnk.shp differ diff --git a/mods/sp/bits/mutant/vehicles/regentnk_tur.shp b/mods/sp/bits/mutant/vehicles/regentnk_tur.shp index 902114853..fb21885e7 100644 Binary files a/mods/sp/bits/mutant/vehicles/regentnk_tur.shp and b/mods/sp/bits/mutant/vehicles/regentnk_tur.shp differ diff --git a/mods/sp/bits/mutant/vehicles/regentnkicon.shp b/mods/sp/bits/mutant/vehicles/regentnkicon.shp index 9e878a319..692cb239e 100644 Binary files a/mods/sp/bits/mutant/vehicles/regentnkicon.shp and b/mods/sp/bits/mutant/vehicles/regentnkicon.shp differ diff --git a/mods/sp/rules/campaignstuff.yaml b/mods/sp/rules/campaignstuff.yaml index e56260547..45812b1be 100644 --- a/mods/sp/rules/campaignstuff.yaml +++ b/mods/sp/rules/campaignstuff.yaml @@ -1615,7 +1615,7 @@ REGENTNK: #Regenisis Tank Type: Heavy Armament@PRIMARY: Weapon: RegensisCannon - LocalOffset: 1080,0,400 + LocalOffset: 1080,100,400 MuzzleSequence: muzzle MuzzlePalette: gensmkexplogreen Recoil: 127 @@ -1624,9 +1624,9 @@ REGENTNK: #Regenisis Tank WithMuzzleOverlay: Turreted: TurnSpeed: 20 - Offset: -100,0,768 ##new turret + Offset: 0,0,786 AutoTarget: - ScanRadius: 7 #PREF: save trait looks up and scan armaments + ScanRadius: 8 #PREF: save trait looks up and scan armaments ExplodesAlsoTransported: Weapon: UnitExplodeBig ActorStatValues: diff --git a/workspace/artsrc/Unused asset/mut/vehicle/mrinotnk_tur-green.shp b/workspace/artsrc/Unused asset/mut/vehicle/mrinotnk_tur-green.shp deleted file mode 100644 index 2286b0ac7..000000000 Binary files a/workspace/artsrc/Unused asset/mut/vehicle/mrinotnk_tur-green.shp and /dev/null differ diff --git a/workspace/artsrc/Unused asset/mut/vehicle/mzhurongtnk.shp b/workspace/artsrc/Unused asset/mut/vehicle/mzhurongtnk.shp new file mode 100644 index 000000000..1ca8432e5 Binary files /dev/null and b/workspace/artsrc/Unused asset/mut/vehicle/mzhurongtnk.shp differ diff --git a/workspace/artsrc/Unused asset/mut/vehicle/mzhurongtnk_tur.shp b/workspace/artsrc/Unused asset/mut/vehicle/mzhurongtnk_tur.shp new file mode 100644 index 000000000..902114853 Binary files /dev/null and b/workspace/artsrc/Unused asset/mut/vehicle/mzhurongtnk_tur.shp differ diff --git a/workspace/artsrc/Unused asset/mut/vehicle/mzhurongtnkicon.shp b/workspace/artsrc/Unused asset/mut/vehicle/mzhurongtnkicon.shp new file mode 100644 index 000000000..9e878a319 Binary files /dev/null and b/workspace/artsrc/Unused asset/mut/vehicle/mzhurongtnkicon.shp differ