Skip to content

Commit

Permalink
add not very interesting NPC
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <uso.cosmo.ray@gmail.com>
  • Loading branch information
cosmo-ray committed Oct 29, 2023
1 parent 3149d35 commit 63dc5c2
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 2 deletions.
11 changes: 11 additions & 0 deletions npcs.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@
"feet": "brown_shoes m"
}
},
"what": {
"sex": "male",
"type": "light",
"is_generic": true,
"hair": ["plain", "raven"],
"equipement": {
"torso": "white longsleeve m",
"legs": "teal pants m",
"feet": "brown_shoes m"
}
},
"Greta": {
"sex": "female",
"type": "light",
Expand Down
2 changes: 1 addition & 1 deletion scenes.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"out": {
"up" : "street3"
},
"dialogues" : "dialogue/madao.json",
"dialogues" : "dialogue/street4.json",
"tiled": "./tileset/Street4.json"
},
"wut" : {
Expand Down
40 changes: 39 additions & 1 deletion tileset/Street4.json
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,44 @@
"width":0,
"x":468,
"y":56
},
{
"height":0,
"id":11,
"name":"what",
"point":true,
"properties":[
{
"name":"Chapter",
"type":"int",
"value":1
},
{
"name":"Condition",
"type":"string",
"value":"!exist"
},
{
"name":"ConditionArg0",
"type":"string",
"value":"phq.env.what_help_happen"
},
{
"name":"Rotation",
"type":"string",
"value":"left"
},
{
"name":"WalkTalk",
"type":"int",
"value":1
}],
"rotation":0,
"type":"",
"visible":true,
"width":0,
"x":252.365930599369,
"y":709.779179810726
}],
"opacity":1,
"type":"objectgroup",
Expand Down Expand Up @@ -453,7 +491,7 @@
"y":0
}],
"nextlayerid":7,
"nextobjectid":11,
"nextobjectid":12,
"orientation":"orthogonal",
"renderorder":"right-down",
"tiledversion":"1.10.1",
Expand Down

0 comments on commit 63dc5c2

Please sign in to comment.