mirror of
https://github.com/FalloutCollaborationProject/FCP-Energy-Weapons.git
synced 2026-07-27 17:02:12 -07:00
Fix XML formatting and encoding in weapon def files
Corrected XML encoding declarations and ensured proper closing tags and newlines in multiple weapon and damage definition files. This improves XML validity and consistency across the project.
This commit is contained in:
@@ -57,9 +57,6 @@
|
||||
|
||||
<!--_____ Gauss Weapon Damage _____-->
|
||||
|
||||
|
||||
|
||||
<!--_____ Pulse Weapon Damage _____-->
|
||||
|
||||
|
||||
</Defs>
|
||||
@@ -67,10 +67,6 @@
|
||||
|
||||
<!--_____ Gauss Weapon Hediffs _____-->
|
||||
|
||||
|
||||
|
||||
<!--_____ Pulse Weapon Hediffs _____-->
|
||||
|
||||
|
||||
|
||||
</Defs>
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Defs>
|
||||
|
||||
<!--__________ Energy Weapons __________-->
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Defs>
|
||||
|
||||
<!--__________ Energy Weapons __________-->
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Defs>
|
||||
|
||||
<!--__________ Energy Weapons __________-->
|
||||
@@ -459,7 +459,7 @@
|
||||
<ThingDef ParentName="BaseHumanMakeableGun">
|
||||
<defName>FCP_Gun_Recharger_Rifle</defName>
|
||||
<label>Recharger Rifle</label>
|
||||
<description>The recharger rifle was the first energy weapon featuring a microfusion breeder. It replenishes its ammunition automatically, no reloading required. However, the underlying technology wasn’t very sophisticated yet. It can fire rapidly, but the projectiles do significantly less damage compared to a laser rifle. The inefficient breeder generates ammunition at a slow rate, meaning it can shoot bursts of projectiles fast, but there is a considerably time in between those bursts. At least it usually is a lot cheaper than a laser rifle.</description>
|
||||
<description>The recharger rifle was the first energy weapon featuring a microfusion breeder. It replenishes its ammunition automatically, no reloading required. However, the underlying technology wasn’t very sophisticated yet. It can fire rapidly, but the projectiles do significantly less damage compared to a laser rifle. The inefficient breeder generates ammunition at a slow rate, meaning it can shoot bursts of projectiles fast, but there is a considerably time in between those bursts. At least it usually is a lot cheaper than a laser rifle.</description>
|
||||
<techLevel>Industrial</techLevel>
|
||||
<graphicData>
|
||||
<texPath>Things/Weapons/Laser/FCP_Recharger_Rifle</texPath>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Defs>
|
||||
|
||||
<!--__________ Energy Weapons __________-->
|
||||
@@ -282,7 +282,7 @@
|
||||
<label>Plasma Caster</label>
|
||||
<description>The plasma caster functions very similar to its rifle-based counterpart.
|
||||
It was first developed as an industrial tool but was soon after downscaled
|
||||
and adapted as a weapon, it’s still very heavy though. Compared to the plasma
|
||||
and adapted as a weapon, it’s still very heavy though. Compared to the plasma
|
||||
rifle, it fires both faster and harder-hitting, but is significantly less accurate.</description>
|
||||
<techLevel>Industrial</techLevel>
|
||||
<graphicData>
|
||||
|
||||
Reference in New Issue
Block a user