Skip to content

Commit

Permalink
Merge pull request #3 from Vermidia/patch-3
Browse files Browse the repository at this point in the history
Make Deathcap alot more friendly
  • Loading branch information
Vermidia authored Jun 20, 2021
2 parents 5ba47e0 + cf4c131 commit 7c7c51d
Showing 1 changed file with 27 additions and 14 deletions.
41 changes: 27 additions & 14 deletions dev/Scripts/2.0_Deathcap_Mushroom.cos
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* 2 10 50207 - Deathcap Mushroom Detritus
* 2 20 50200 - Deathcap Mushroom Cap

* Verm here, to make the detritus edible/toxic friendly! And I guess generally a bit too...

reps rand 1 2

new: simp 2 3 50218 "moe_C2toDS_deathcap" 7 13 rand 1000 5000
Expand Down Expand Up @@ -83,7 +85,8 @@ endm


scrp 2 3 50218 12

inst
stim writ from 77 0.7
snde "reat"

kill ownr
Expand Down Expand Up @@ -345,7 +348,8 @@ scrp 2 20 50200 10
attr 199

bhvr 48

** Going with manky instead of bad here, since detritus already exists and so does the weed part - Verm
cato 9
tick rand 2000 5000

endm
Expand All @@ -362,7 +366,9 @@ scrp 2 10 50207 10

aero 2

attr 192
attr 194

bhvr 48

tick rand 500 1000

Expand All @@ -381,8 +387,8 @@ scrp 2 5 50200 10
elas 1

aero 2

attr 193
* Now with invisibility! - Verm
attr 209

tick rand 500 1000

Expand Down Expand Up @@ -499,7 +505,8 @@ endm
* Deathcap detritus timer script

scrp 2 10 50207 9

inst
doif carr eq null
doif pose lt 2

setv va00 pose
Expand All @@ -515,15 +522,19 @@ scrp 2 10 50207 9
kill ownr

endi

endi
endm



* Deathcap detritus eat script
scrp 2 10 50207 12
inst
stim writ 81 1
endm
* Deathcap top timer script

scrp 2 20 50200 9

inst
attr 208
wait rand 2000 5000

kill ownr
Expand All @@ -535,10 +546,12 @@ endm
* Deathcap top eat script

scrp 2 20 50200 12

* Insert nasty chemicals here!


inst
* Insert nasty chemicals here!
** I'm just goign to stim writ a good amount of manky - Verm

stim writ 82 1.5
attr 208

snde "chwp"

Expand Down

0 comments on commit 7c7c51d

Please sign in to comment.