-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Aftershock] Frankenstein NPCs (#37908)
- Loading branch information
1 parent
2133107
commit b74deeb
Showing
38 changed files
with
1,787 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[ | ||
{ | ||
"id": "inactive_frankenstein", | ||
"type": "TOOL", | ||
"name": "inactive frankenstein", | ||
"description": "This stitched together abomination in human form lies still and waiting for you to give it the spark of life. In all likelihood you are the monster. ", | ||
"weight": "68 kg", | ||
"volume": "62 L", | ||
"price": 600000, | ||
"to_hit": -3, | ||
"bashing": 8, | ||
"material": "flesh", | ||
"symbol": ";", | ||
"color": "green", | ||
"use_action": { | ||
"type": "place_npc", | ||
"npc_class_id": "frankenstein", | ||
"summon_msg": "It's alive!", | ||
"place_randomly": false, | ||
"moves": 50 | ||
} | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.