Skip to content

Commit

Permalink
Adjust noah enemy order and some stats #712
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Oct 21, 2024
1 parent 0a8a9a4 commit 5940f37
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 39 deletions.
36 changes: 25 additions & 11 deletions data/.wolf3d/N3Ddata.cdogscpn/character_classes.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,32 +52,46 @@
"HasGlasses": false
},
{
"Name": "SS",
"Name": "Antelope",
"HeadPics": {
"Type": "Directional",
"Sprites": "chars/heads/jones"
"Sprites": "chars/heads/sheep"
},
"Body": "soldier",
"Sounds": "ss"
"Body": "sheep",
"Sounds": "antelope",
"BloodColor": "00000000",
"HasHair": false,
"HasFacehair": false,
"HasHat": false,
"HasGlasses": false
},
{
"Name": "Officer",
"Name": "Ostrich",
"HeadPics": {
"Type": "Directional",
"Sprites": "chars/heads/jones"
},
"Body": "soldier",
"Sounds": "officer"
"Sounds": "ostrich",
"BloodColor": "00000000",
"HasHair": false,
"HasFacehair": false,
"HasHat": false,
"HasGlasses": false
},
{
"Name": "Mutant",
"Name": "Ox",
"HeadPics": {
"Type": "Directional",
"Sprites": "chars/heads/cyborg"
"Sprites": "chars/heads/sheep"
},
"Body": "mutant",
"Sounds": "mutant",
"BloodColor": "ff00ff"
"Body": "sheep",
"Sounds": "ox",
"BloodColor": "00000000",
"HasHair": false,
"HasFacehair": false,
"HasHat": false,
"HasGlasses": false
},
{
"Name": "Camel",
Expand Down
55 changes: 27 additions & 28 deletions data/.wolf3d/N3Ddata.cdogscpn/characters.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,29 @@
"actionDelay": 15
},
{
"Class": "SS",
"HatType": "beret",
"Class": "Ostrich",
"Skin": "ffa83bff",
"Arms": "ecececff",
"Body": "f8f8ffff",
"Legs": "fcfcfcff",
"Hair": "ff1709ff",
"Feet": "404040ff",
"Facehair": "ff1709ff",
"Hat": "ff1709ff",
"Glasses": "ff1709ff",
"speed": 330,
"Gun": "Sheep Spit",
"maxHealth": 100,
"excessHealth": 100,
"flags": 128,
"probabilityToMove": 50,
"probabilityToTrack": 40,
"probabilityToShoot": 12,
"actionDelay": 15
},
{
"Class": "Antelope",
"HatType": "horns",
"Skin": "ffa83bff",
"Arms": "0b2effff",
"Body": "041af5ff",
Expand All @@ -81,7 +102,7 @@
"Glasses": "181effff",
"speed": 258,
"Gun": "SS Machine Gun",
"maxHealth": 100,
"maxHealth": 160,
"excessHealth": 200,
"flags": 128,
"probabilityToMove": 50,
Expand All @@ -90,8 +111,8 @@
"actionDelay": 15
},
{
"Class": "Mutant",
"HairType": "flattop",
"Class": "Ox",
"HairType": "horns",
"Skin": "e9e9e9ff",
"Arms": "093f00ff",
"Body": "003f06ff",
Expand All @@ -103,36 +124,14 @@
"Glasses": "000000ff",
"speed": 194,
"Gun": "Sheep Spit",
"maxHealth": 55,
"maxHealth": 100,
"excessHealth": 110,
"flags": 128,
"probabilityToMove": 50,
"probabilityToTrack": 42,
"probabilityToShoot": 12,
"actionDelay": 5
},
{
"Class": "Officer",
"HatType": "peak_cap",
"Skin": "ffa83bff",
"Arms": "ecececff",
"Body": "f8f8ffff",
"Legs": "fcfcfcff",
"Hair": "ff1709ff",
"Feet": "404040ff",
"Facehair": "ff1709ff",
"Hat": "ff1709ff",
"Glasses": "ff1709ff",
"speed": 330,
"Gun": "Sheep Spit",
"maxHealth": 50,
"excessHealth": 100,
"flags": 128,
"probabilityToMove": 50,
"probabilityToTrack": 40,
"probabilityToShoot": 12,
"actionDelay": 15
},
{
"Class": "Camel",
"Skin": "f5921dff",
Expand Down

0 comments on commit 5940f37

Please sign in to comment.