From 460513b54733dbc3b10274622d960b3c47f60e85 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Wed, 5 Oct 2016 18:45:08 +0200 Subject: Remove meta_class_info We replace it with a single number on the C:N: line which determines the display order of the classes. (That's all that meta_class_info effectively did.) --- lib/edit/misc.txt | 3 -- lib/edit/p_info.txt | 68 ++++------------------------------------ lib/mods/theme/edit/misc.txt | 3 -- lib/mods/theme/edit/p_info.txt | 70 +++++------------------------------------- 4 files changed, 13 insertions(+), 131 deletions(-) (limited to 'lib') diff --git a/lib/edit/misc.txt b/lib/edit/misc.txt index 0a9f4fdc..d83cbe48 100644 --- a/lib/edit/misc.txt +++ b/lib/edit/misc.txt @@ -63,9 +63,6 @@ M:P:S:10 # Maximum number of class types in p_info.txt M:P:C:32 -# Maximum number of meta class types in p_info.txt -M:P:M:1 - # Maximum number of histories types in p_info.txt M:P:H:266 diff --git a/lib/edit/p_info.txt b/lib/edit/p_info.txt index 8fd03864..a6ab0984 100644 --- a/lib/edit/p_info.txt +++ b/lib/edit/p_info.txt @@ -51,7 +51,7 @@ G:k:+1000:+1000:Magic-Device # C:a:b:level:ability # C:a:O:tval:sval:xdy -C:N:0:Warrior +C:N:0:0:Warrior C:D:0:Simple fighters, they hack away with their trusty weapon. C:D:1:Rookie C:D:1:Soldier @@ -180,7 +180,7 @@ C:a:g:Manwe Sulimo C:a:g:Tulkas C:a:g:Melkor Bauglir -C:N:1:Mage +C:N:1:3:Mage C:D:0:The basic spellcaster with lots of different skills C:D:1:Apprentice C:D:1:Trickster @@ -333,7 +333,7 @@ C:a:k:+0:-150:Magic-Device C:a:O:23:4:1d1 C:a:O:111:50:1d1 -C:N:2:Archer +C:N:2:1:Archer C:D:0:'Kill them before they see you' could be the motto of the archer class. C:D:0:As deadly with a bow as a warrior is with a sword. C:D:1:Rock Thrower @@ -399,7 +399,7 @@ C:a:g:Manwe Sulimo C:a:g:Tulkas C:a:g:Yavanna Kementari -C:N:3:Rogue +C:N:3:2:Rogue C:D:0:Rogues are masters of tricks. They can steal from shops and monsters, C:D:0:and lure monsters into deadly monster traps. C:D:1:Cutpurse @@ -492,7 +492,7 @@ C:a:k:+0:+1000:Backstab C:a:k:+0:-1800:Stealing C:a:k:+0:-800:Magic-Device -C:N:4:Loremaster +C:N:4:5:Loremaster C:D:0:Loremasters are skilled in most combat and monster skills. C:D:1:Apprentice C:D:1:Apprentice @@ -652,7 +652,7 @@ C:a:k:+0:-100:Symbiosis C:a:k:+0:-100:Mimicry C:a:k:+1000:+500:Music -C:N:5:Priest +C:N:5:4:Priest C:D:0:A priest serves a god (Vala, Maia or Eru himself) to bring down C:D:0:the empire of fear and shadows of Morgoth. C:D:1:Believer @@ -751,44 +751,6 @@ C:a:k:+1000:+300:Mindcraft C:a:k:+0:+200:Sneakiness C:a:k:+0:+100:Magic-Device -###############################TEST############################### -C:N:30:Test -C:D:0:Simple testers. -C:D:1:Rookie -C:D:1:Soldier -C:D:1:Mercenary -C:D:1:Veteran -C:D:1:Swordsman -C:D:1:Champion -C:D:1:Hero -C:D:1:Baron -C:D:1:Duke -C:D:1:Lord -C:S:5:-2:-2:2:2:-1:0:3 -C:B:6:30:5 -C:P:9:0 -C:R:30:0 -C:F:RES_FEAR -C:E:0:0:0:0:0:0 -C:O:45:38:1d1 -C:O:37:4:1d1 -C:k:+1000:+800:Combat -C:k:+1000:+850:Weaponmastery -C:k:+0:+200:Sword-mastery -C:k:+0:+200:Axe-mastery -C:k:+0:+200:Hafted-mastery -C:k:+0:+200:Polearm-mastery -C:k:+1000:+600:Archery -C:k:+1000:+900:Sneakiness -C:k:+1000:+900:Disarming -C:k:+1000:+300:Magic -C:k:+0:+550:Antimagic - -C:a:N:Shinny test -C:a:D:Simple testers, they test all with their shiny hacks ! -C:a:O:23:16:1d1 -###############################TEST############################### - @@ -2062,21 +2024,3 @@ H:263:90:103:104:65:hundreds of H:264:100:103:104:70:uncounted multitudes of H:265:100:104:0:50:foul offspring. - - -############################################################################## -############################################################################## -############################################################################## -############################################################################## -# M:N:idx:color:Meta class name -# M:C:class name - -I: - -M:N:0:U:Classes -- The Classes of Middle-earth -M:C:Warrior -M:C:Archer -M:C:Rogue -M:C:Mage -M:C:Priest -M:C:Loremaster diff --git a/lib/mods/theme/edit/misc.txt b/lib/mods/theme/edit/misc.txt index 4fa03332..2bd5a9bc 100644 --- a/lib/mods/theme/edit/misc.txt +++ b/lib/mods/theme/edit/misc.txt @@ -63,9 +63,6 @@ M:P:S:26 # Maximum number of class types in p_info.txt M:P:C:50 -# Maximum number of meta class types in p_info.txt -M:P:M:1 - # Maximum number of histories types in p_info.txt M:P:H:294 diff --git a/lib/mods/theme/edit/p_info.txt b/lib/mods/theme/edit/p_info.txt index 3137b7f1..daec798d 100644 --- a/lib/mods/theme/edit/p_info.txt +++ b/lib/mods/theme/edit/p_info.txt @@ -51,7 +51,7 @@ G:k:+1000:+1000:Magic-Device # C:a:b:level:ability # C:a:O:tval:sval:xdy -C:N:0:Warrior +C:N:0:0:Warrior C:D:0:Simple fighters, they hack away with their trusty weapon. C:D:1:Rookie C:D:1:Soldier @@ -205,7 +205,7 @@ C:a:k:+0:+500:Spirituality C:a:k:+1000:+200:Prayer C:a:k:=0:=0:Antimagic -C:N:1:Mage +C:N:1:3:Mage C:D:0:The basic spellcaster with lots of different skills C:D:1:Apprentice C:D:1:Trickster @@ -396,7 +396,7 @@ C:a:k:+1000:+700:Mindcraft C:a:O:111:50:1d1 C:a:O:21:3:1d1 -C:N:2:Archer +C:N:2:1:Archer C:D:0:'Kill them before they see you' could be the motto of the archer class. C:D:0:As deadly with a bow as a warrior is with a sword. C:D:1:Rock Thrower @@ -483,7 +483,7 @@ C:a:O:19:12:1d1 C:a:O:17:1:10d3 C:a:g:All Gods -C:N:3:Rogue +C:N:3:2:Rogue C:D:0:Rogues are masters of tricks. They can steal from shops and monsters, C:D:0:and lure monsters into deadly monster traps. C:D:1:Cutpurse @@ -589,7 +589,7 @@ C:a:b:15:Extra Max Blow(2) C:a:O:23:7:1d1 C:a:O:35:1:1d1 -C:N:4:Loremaster +C:N:4:5:Loremaster C:D:0:Loremasters are skilled in most combat and monster skills. C:D:1:Apprentice C:D:1:Apprentice @@ -785,7 +785,7 @@ C:a:b:5:Extra Max Blow(2) C:a:O:71:37:1d1 C:a:g:Nobody -C:N:5:Pacifist +C:N:5:6:Pacifist C:D:0:Pacifists do not believe in violence and do not want to kill C:D:0:everything in sight. C:D:1:Novice @@ -842,7 +842,7 @@ C:a:k:+0:+700:Divination C:a:k:+0:+700:Temporal C:a:k:+1000:+600:Symbiosis -C:N:6:Priest +C:N:6:4:Priest C:D:0:A priest serves a god (Vala, Maia or Eru himself) to bring down C:D:0:the empire of fear and shadows of Morgoth. C:D:1:Believer @@ -986,44 +986,6 @@ C:a:k:+0:+300:Prayer C:a:k:+0:-600:Necromancy C:a:k:+0:+100:Spell-power -###############################TEST############################### -C:N:30:Test -C:D:0:Simple testers. -C:D:1:Rookie -C:D:1:Soldier -C:D:1:Mercenary -C:D:1:Veteran -C:D:1:Swordsman -C:D:1:Champion -C:D:1:Hero -C:D:1:Baron -C:D:1:Duke -C:D:1:Lord -C:S:5:-2:-2:2:2:-1:0:3 -C:B:6:30:5 -C:P:9:0 -C:R:30:0 -C:F:RES_FEAR -C:E:0:0:0:0:0:0 -C:O:45:38:1d1 -C:O:37:4:1d1 -C:k:+1000:+800:Combat -C:k:+1000:+850:Weaponmastery -C:k:+0:+200:Sword-mastery -C:k:+0:+200:Axe-mastery -C:k:+0:+200:Hafted-mastery -C:k:+0:+200:Polearm-mastery -C:k:+1000:+600:Archery -C:k:+1000:+900:Sneakiness -C:k:+1000:+900:Disarming -C:k:+1000:+300:Magic -C:k:+0:+550:Antimagic - -C:a:N:Shinny test -C:a:D:Simple testers, they test all with their shiny hacks ! -C:a:O:23:16:1d1 -###############################TEST############################### - @@ -3068,21 +3030,3 @@ H:290:100:111:112:80:Your glowing red eyes H:291:40:112:0:60:radiate miserable servility. H:292:60:112:0:70:radiate contempt. H:293:100:112:0:80:radiate pure evil. - -############################################################################## -############################################################################## -############################################################################## -############################################################################## -# M:N:idx:color:Meta class name -# M:C:class name - -I: - -M:N:0:U:Classes -- The Classes of Middle-earth -M:C:Warrior -M:C:Archer -M:C:Rogue -M:C:Mage -M:C:Priest -M:C:Loremaster -M:C:Pacifist -- cgit v1.2.3