Skip to content

Commit

Permalink
Moth fixes + Moth creampie texture (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
MilenVolf committed Jul 6, 2023
1 parent 287d53c commit 7f2153f
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 3 deletions.
13 changes: 11 additions & 2 deletions Resources/Prototypes/Entities/Mobs/Species/moth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,20 @@
- map: [ "head" ]
- map: [ "pocket1" ]
- map: [ "pocket2" ]
- map: [ "clownedon" ] # Dynamically generated
sprite: "Effects/creampie.rsi"
state: "creampie_moth"
visible: false
- type: Reactive
groups:
Medicine: [ Ingestion, Touch, Injection ]
Botanical: [ Ingestion, Touch, Injection ]
Flammable: [ Touch ]
Extinguish: [ Touch ]
Acidic: [Touch, Ingestion]
reactions:
- reagents: [Water, SpaceCleaner]
methods: [Touch]
effects:
- !type:WashCreamPieReaction
- reagents: [ PestKiller, PlantBGone ]
methods: [ Touch, Ingestion, Injection ]
effects:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
81 changes: 80 additions & 1 deletion Resources/Textures/Effects/creampie.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1 +1,80 @@
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "Taken from https://github.com/tgstation/tgstation at 0d9c9a8233dfc3fc55edc538955a761a6328bee0", "states": [{"name": "creampie_ai"}, {"name": "creampie_corgi", "directions": 4}, {"name": "creampie_drone", "directions": 4}, {"name": "creampie_engborg", "directions": 4}, {"name": "creampie_hardsuit", "directions": 4}, {"name": "creampie_helmet", "directions": 4}, {"name": "creampie_human", "directions": 4}, {"name": "creampie_janborg", "directions": 4}, {"name": "creampie_lizard", "directions": 4}, {"name": "creampie_medborg", "directions": 4}, {"name": "creampie_monkey", "directions": 4}, {"name": "creampie_secborg", "directions": 4}, {"name": "creampie_standborg", "directions": 4}, {"name": "creampie_xeno_crit"}, {"name": "creampie_xeno_dead"}, {"name": "creampie_xeno_sleep", "directions": 4}, {"name": "creampie_xenomorph", "directions": 4}]}
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation at 0d9c9a8233dfc3fc55edc538955a761a6328bee0",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "creampie_ai"
},
{
"name": "creampie_corgi",
"directions": 4
},
{
"name": "creampie_drone",
"directions": 4
},
{
"name": "creampie_engborg",
"directions": 4
},
{
"name": "creampie_hardsuit",
"directions": 4
},
{
"name": "creampie_helmet",
"directions": 4
},
{
"name": "creampie_human",
"directions": 4
},
{
"name": "creampie_janborg",
"directions": 4
},
{
"name": "creampie_lizard",
"directions": 4
},
{
"name": "creampie_moth",
"directions": 4
},
{
"name": "creampie_medborg",
"directions": 4
},
{
"name": "creampie_monkey",
"directions": 4
},
{
"name": "creampie_secborg",
"directions": 4
},
{
"name": "creampie_standborg",
"directions": 4
},
{
"name": "creampie_xeno_crit"
},
{
"name": "creampie_xeno_dead"
},
{
"name": "creampie_xeno_sleep",
"directions": 4
},
{
"name": "creampie_xenomorph",
"directions": 4
}
]
}

0 comments on commit 7f2153f

Please sign in to comment.