Kaynağa Gözat

Add more puffs

tags/v0.1.0
Fen Dweller 6 yıl önce
ebeveyn
işleme
33f9c4fc70
1 değiştirilmiş dosya ile 12 ekleme ve 0 silme
  1. +12
    -0
      presets/characters.js

+ 12
- 0
presets/characters.js Dosyayı Görüntüle

@@ -3247,6 +3247,10 @@ characterMakers["Deerpuff"] = () => {
}, },
}, },
[ [
{
name: "Puffball",
height: math.unit(6/1.79, "inches")
},
{ {
name: "Normalpuff", name: "Normalpuff",
height: math.unit(5.75/1.79, "feet") height: math.unit(5.75/1.79, "feet")
@@ -3259,6 +3263,14 @@ characterMakers["Deerpuff"] = () => {
name: "Megapuff", name: "Megapuff",
height: math.unit(500/1.79, "miles") height: math.unit(500/1.79, "miles")
}, },
{
name: "Gigapuff",
height: math.unit(250000/1.79, "miles")
},
{
name: "Omegapuff",
height: math.unit(1000/1.79, "lightyears")
},
], ],
math.unit(1500/1.79, "feet") math.unit(1500/1.79, "feet")
) )


Yükleniyor…
İptal
Kaydet