Skip to content

Commit

Permalink
Update static map techdemo (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Jan 18, 2019
1 parent 765bc5e commit 160b3fd
Show file tree
Hide file tree
Showing 4 changed files with 921 additions and 2,918 deletions.
7 changes: 7 additions & 0 deletions missions/custom/techdemo/static.cdogscpn/campaign.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"Version": 14,
"Title": "Static map",
"Author": "Cong",
"Description": "A demo of a static map, not randomly generated",
"Missions": 3
}
51 changes: 51 additions & 0 deletions missions/custom/techdemo/static.cdogscpn/characters.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"Version": 12,
"Characters": [{
"Class": "Ogre",
"Skin": "149c14ff",
"Arms": "363636ff",
"Body": "363636ff",
"Legs": "363636ff",
"Hair": "c00000ff",
"speed": 0,
"Gun": "Confusion bombs",
"maxHealth": 40,
"flags": 8389632,
"probabilityToMove": 50,
"probabilityToTrack": 25,
"probabilityToShoot": 0,
"actionDelay": 15
},
{
"Class": "Professor",
"Skin": "ff8136ff",
"Arms": "9c0000ff",
"Body": "9c0000ff",
"Legs": "363636ff",
"Hair": "000000ff",
"speed": 128,
"Gun": "Confusion bombs",
"maxHealth": 40,
"flags": 1024,
"probabilityToMove": 20,
"probabilityToTrack": 0,
"probabilityToShoot": 0,
"actionDelay": 25
},
{
"Class": "Lady",
"Skin": "ff8136ff",
"Arms": "ff8136ff",
"Body": "9c589cff",
"Legs": "9c589cff",
"Hair": "9c0000ff",
"speed": 256,
"Gun": "Grenades",
"maxHealth": 40,
"flags": 1024,
"probabilityToMove": 40,
"probabilityToTrack": 25,
"probabilityToShoot": 0,
"actionDelay": 21
}]
}
Loading

0 comments on commit 160b3fd

Please sign in to comment.