File tree 10 files changed +94
-5
lines changed
Catalog/VendingMachines/Inventories
Entities/Structures/Machines
Entities/Objects/Specific/Chapel
Textures/_CD/Objects/Specific/Chapel/ringbox.rsi
10 files changed +94
-5
lines changed Original file line number Diff line number Diff line change 21
21
BoxCandleSmall : 2
22
22
Urn : 5
23
23
Bible : 1
24
+ SilverRing : 2 # CD
25
+ RingBox : 2 # CD
24
26
emaggedInventory :
25
27
ClothingOuterArmorCult : 1
26
28
ClothingHeadHelmetCult : 1
Original file line number Diff line number Diff line change 205
205
- FreezerElectronics
206
206
- CassetteTape # CD Change
207
207
- TapeRecorder # CD Change
208
+ - GoldRing # CD
209
+ - SilverRing # CD
210
+ - GoldRingDiamond # CD
211
+ - SilverRingDiamond # CD
208
212
- type : EmagLatheRecipes
209
213
emagStaticRecipes :
210
214
- BoxLethalshot
Original file line number Diff line number Diff line change 60
60
- LunchboxYellow # CD
61
61
- Cane # CD
62
62
- MedCrutchesForearm # CD
63
+ - GoldRing # CD
64
+ - SilverRing # CD
63
65
64
66
- type : loadoutGroup
65
67
id : Glasses
671
673
minLimit : 0
672
674
loadouts :
673
675
- CargoTechnicianWintercoat
674
- - CargoBomber # CD
675
-
676
+ - CargoBomber # CD
677
+
676
678
- type : loadoutGroup
677
679
id : CargoTechnicianShoes
678
680
name : loadout-group-cargo-technician-shoes
1166
1168
- ChiefMedicalOfficerTurtleneckJumpsuit
1167
1169
- ChiefMedicalOfficerTurtleneckJumpskirt
1168
1170
- ChiefMedicalOfficerFormalsuit # CD
1169
-
1171
+
1170
1172
- type : loadoutGroup
1171
1173
id : ChiefMedicalOfficerOuterClothing
1172
1174
name : loadout-group-chief-medical-officer-outerclothing
Original file line number Diff line number Diff line change
1
+ - type : entity
2
+ parent : [ BoxBase, BaseBagOpenClose ]
3
+ id : RingBox
4
+ name : ring box
5
+ description : Made from a high quality wood!
6
+ components :
7
+ - type : Sprite
8
+ sprite : _CD/Objects/Specific/Chapel/ringbox.rsi
9
+ layers :
10
+ - state : ring-box-closed
11
+ map : [ "closeLayer" ]
12
+ - state : ring-box-open
13
+ map : [ "openLayer" ]
14
+ visible : false
15
+ - type : StaticPrice
16
+ price : 50
17
+ - type : Appearance
18
+ - type : Storage # No restrictions on purpose. If someone wants to propose with a clown horn let them!
19
+ capacity : 5
Original file line number Diff line number Diff line change 16
16
storage :
17
17
back :
18
18
- CDDogtags
19
-
19
+
20
20
- type : loadout
21
21
id : PlushieVox
22
22
storage :
76
76
storage :
77
77
back :
78
78
- MedCrutchesForearm
79
+
80
+ - type : loadout
81
+ id : GoldRing
82
+ storage :
83
+ back :
84
+ - GoldRing
85
+
86
+ - type : loadout
87
+ id : SilverRing
88
+ storage :
89
+ back :
90
+ - SilverRing
Original file line number Diff line number Diff line change 14
14
completetime : 3
15
15
materials :
16
16
Steel : 250
17
- Plastic : 250
17
+ Plastic : 250
18
+
19
+ - type : latheRecipe
20
+ id : GoldRing
21
+ result : GoldRing
22
+ completetime : 10
23
+ materials :
24
+ Gold : 500
25
+
26
+ - type : latheRecipe
27
+ id : SilverRing
28
+ result : SilverRing
29
+ completetime : 10
30
+ materials :
31
+ Silver : 500
32
+
33
+ - type : latheRecipe
34
+ id : GoldRingDiamond
35
+ result : GoldRingDiamond
36
+ completetime : 15
37
+ materials :
38
+ Gold : 500
39
+ Diamond : 100
40
+
41
+ - type : latheRecipe
42
+ id : SilverRingDiamond
43
+ result : SilverRingDiamond
44
+ completetime : 15
45
+ materials :
46
+ Silver : 500
47
+ Diamond : 100
Original file line number Diff line number Diff line change
1
+ {
2
+ "version" : 1 ,
3
+ "license" : " CC0-1.0" ,
4
+ "copyright" : " Created by Beck Thompson for SS14 (Delta-V). Ported to Cosmic Drift" ,
5
+ "size" : {
6
+ "x" : 32 ,
7
+ "y" : 32
8
+ },
9
+ "states" : [
10
+ {
11
+ "name" : " ring-box-open"
12
+ },
13
+ {
14
+ "name" : " ring-box-closed"
15
+ },
16
+ {
17
+ "name" : " ring"
18
+ }
19
+ ]
20
+ }
You can’t perform that action at this time.
0 commit comments