diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-14 09:56:52 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-14 09:56:52 -0800 |
commit | f0969476f775ee5be5011b23d885b7ecdb7a6872 (patch) | |
tree | 514a61d67398cbfb099cdb78c2de6c1437178844 | |
parent | Remove more invalid aim_speed (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-f0969476f775ee5be5011b23d885b7ecdb7a6872.tar.xz |
Fix several uses of note to //
4 files changed, 5 insertions, 5 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json index d3c32cb..3a61772 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json @@ -3,7 +3,7 @@ "id": "t1_blood_transfusion", "type": "SPELL", "name": { "str": "Transfusion" }, - "note": "Uses MANA, just to prevent spamming.", + "//": "Uses MANA, just to prevent spamming.", "message": "You drain the lifeforce from your target!", "description": "Drain the life force of a target within reach.\n\nThis is a <color_light_gray>tier 1</color> spell.", "sound_description": "splash!", diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json index f30a1a3..485d0e4 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json @@ -22,7 +22,7 @@ "damage_increment": 2, "max_damage": 150, "damage_type": "bash", - "note": "As a cone attack, the min/max_aoe is the width of the cone in degrees.", + "//": "As a cone attack, the min/max_aoe is the width of the cone in degrees.", "min_aoe": 60, "max_aoe": 60, "min_range": 5, diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json index f59a6ea..a275443 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json @@ -70,7 +70,7 @@ "id": "t5_blood_crimsoncoat", "type": "SPELL", "name": { "str": "Crimson Coat" }, - "note": "Timed countering tactic. Useful for preventing high damage attacks like SMASH or gunshots.", + "//": "Timed countering tactic. Useful for preventing high damage attacks like SMASH or gunshots.", "description": "Convert a portion of your blood into a thick flexible armour that covers your entire body for a short time.\n\nThis is a <color_magenta>tier 6</color> spell.", "sound_id": "misc", "sound_variant": "inhale", diff --git a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_mon.json b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_mon.json index 02a5dd6..12be642 100644 --- a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_mon.json +++ b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_mon.json @@ -9,7 +9,7 @@ "diff": 30, "volume": "3 ml", "weight": "3 g", - "note": "No way to make this monster immune to its own emitted fields, so an invincible HP is needed here. Take note that only vampires are immune, and nothing else.", + "//": "No way to make this monster immune to its own emitted fields, so an invincible HP is needed here. Take note that only vampires are immune, and nothing else.", "hp": 1000000, "speed": 50, "symbol": "*", @@ -132,7 +132,7 @@ "species": [ "HORROR" ], "bodytype": "human", "diff": 10, - "note": "ethereal creatures has no physical density.", + "//": "ethereal creatures has no physical density.", "volume": "3 ml", "weight": "3 g", "hp": 20, |